home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / EVISION1.ARJ / LANGUAGE.CPP < prev    next >
Text File  |  1992-05-19  |  1KB  |  34 lines

  1. //
  2. //  function name(s) :  Language ressource file
  3. //
  4. //  Version          :  1.0
  5. //  Last revision    :  may 17th, 1992
  6. //  Author           :  Rémy Gendron
  7. //
  8. //  Description      :  EasyVision has only 3 default prompts.  To change
  9. //                      them, change the prompts and recompile this file.
  10. //                      Then, replace the language.obj file in the
  11. //                      EVISION.LIB librairy with the new one.
  12. //
  13. //
  14. // --------------------------------------------------------------------------
  15.  
  16. char huge *helpwindowtitle =                // Title for the 'F1' help window
  17.  
  18. "Help" ;
  19.  
  20.  
  21. char huge *nohelptext =                // Displayed when getkey doesn't get a
  22.                                                  // pointer to some help text
  23.  
  24. "Sorry, but no help is available at this time !" ;
  25.  
  26.  
  27. char huge *filenotfoundtext =           // Displayed by 'wintextfile' if file
  28.                                                               // is not found
  29. "File not found !" ;
  30.  
  31.  
  32.  
  33. // --------------------------------------------------------------------------
  34.